home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BLOCH / SOCKE14S / h / bconsts next >
Text File  |  1998-09-30  |  2KB  |  54 lines

  1. #ifndef _BCONSTS_H
  2. #define _BCONSTS_H
  3.  
  4. #define SETUPACCOUN_LOGIN    0x100
  5. #define SETUPACCOUN_PASS     0x101
  6. #define SETUPACCOUN_PWSTORE  0x102
  7. #define SETUPACCOUN_PWADIAL  0x103
  8. #define SETUPACCOUN_PWANEED  0x104
  9.  
  10. #define SETUPCONNEC_ENSURE   0x100
  11. #define SETUPCONNEC_IDLETIME 0x102
  12. #define SETUPCONNEC_IDLETRAF 0x120
  13. #define SETUPCONNEC_RETRY    0x122
  14. #define SETUPCONNEC_ONLINE   0x124
  15. #define SETUPCONNEC_EONLINE  0x125
  16. #define SETUPCONNEC_OFFLINE  0x127
  17. #define SETUPCONNEC_EOFFLINE 0x128
  18.  
  19. #define SETUPETHER_DRIVER    0x100
  20. #define SETUPETHER_PERM      0x101
  21.  
  22. #define SETUPFE_SILENT       0x100
  23. #define SETUPFE_CONFIRM      0x101
  24. #define SETUPFE_RIGHTSTATS   0x102
  25. #define SETUPFE_SHOWSECS     0x103
  26.  
  27. #define SETUPMODEM_DRIVER    0x100
  28. #define SETUPMODEM_PORT      0x101
  29. #define SETUPMODEM_SPEED     0x102
  30. #define SETUPMODEM_SERVER    0x109
  31. #define SETUPMODEM_PHONE     0x10A
  32. #define SETUPMODEM_REDIAL    0x104
  33. #define SETUPMODEM_CLEANKILL 0x103
  34.  
  35. #define SETUPTCPIP_GATEWAY   0x103
  36. #define SETUPTCPIP_DNS       0x104
  37. #define SETUPTCPIP_DOMAIN    0x105
  38.  
  39. #define SETUP_PROFILE        0
  40. #define SETUP_RENAME         3
  41. #define SETUP_ADD            2
  42. #define SETUP_DELETE         4
  43. #define SETUP_SAVE           5
  44. #define SETUP_SMODEM         0x201
  45. #define SETUP_SETHER         0x209
  46. #define SETUP_SACCOUN        0x203
  47. #define SETUP_STCPIP         0x202
  48. #define SETUP_SCONNEC        0x204
  49. #define SETUP_SFE            0x205
  50. #define SETUP_BINETSETUP     0x20A
  51. #define SETUP_BLAUNCHER      0x208
  52.  
  53. #endif
  54.